From: Richard M. Stallman Date: Sun, 16 May 1993 22:35:23 +0000 (+0000) Subject: (x_set_cursor_color): Set cursor_foreground_pixel. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96218 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c49cbce2eb04814046716f0921513de41f203e36;p=emacs.git (x_set_cursor_color): Set cursor_foreground_pixel. --- diff --git a/src/xfns.c b/src/xfns.c index 0ace204ec66..9b9ecab6f3c 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -647,6 +647,7 @@ x_set_cursor_color (f, arg, oldval) if (f->display.x->cursor_pixel == fore_pixel) fore_pixel = f->display.x->background_pixel; } + f->display.x->cursor_foreground_pixel = fore_pixel; if (FRAME_X_WINDOW (f) != 0) {